dispose

open fun dispose()

Disposes of the FlashView and its resources. This typically involves stopping any playback, clearing the WebView, and potentially destroying the WebView to release native resources.

Current implementation is empty. Consider calling stop and destroy.